Web API Edition | ComponentOne
C1.Web.Api.Configuration Namespace / Manager<T> Class / Add Method
The item key.
The item.

In This Topic
    Add Method
    In This Topic
    Add item with the key to the manager.
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal key As String, _
       ByVal item As T _
    ) 
    public void Add( 
       string key,
       T item
    )

    Parameters

    key
    The item key.
    item
    The item.
    See Also